<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top {
  background: #fff url(../images/bg3.png) no-repeat center;
  background-size: cover;
  padding: 1.2% 15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top .logo {
  width: 45%;

}

.top .logo img {
  width: 100%;

}

.top .tel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top .tel dt {
  font-size: 16px;
}

.top .tel dt .icon-tel {
  color: #CD131E;
  font-size: 30px;
  margin-right: 5px;
  vertical-align: middle;
}

.top .tel dt p {
  font-size: 24px;
  color: #CD131E;
  font-weight: bold;
}

.top .tel dd {
  width: 38%;
}

.top .tel dd img {
  width: 100%;
}

.nav {
  height: 55px;
  background: #BF0614;
  padding: 0 15%;

}

.nav ul {
  display: flex;
  justify-content: space-between;
  line-height: 55px;
  font-size: 18px;
  color: #fff;
}

.nav ul li {
  font-size: 20px;
  position: relative;
  width: 12%;
  text-align: center;

}

.nav ul li::after {
  content: "";
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, .6);
  position: absolute;
  right: 0;
  top: 40%;
}

.nav ul li a {

  color: #fff;
  display: block;
  padding: 0 10px;

}

.nav ul li.current a,
.nav ul li a:hover {

  background: #AE0705;

}

.nav .sub {
  display: none;
  background: #F3F5F9 url(../images/ren.png) no-repeat right bottom;
  border-left: 3px solid #BF0614;
  background-size: 20%;

  text-align: left;
  z-index: 9999;
  position: relative;
  border-radius: 0 0 0 10px;
  position: absolute;
  left: 0;
  top: 55px;
  width: 200px !important;

}

.nav li:nth-child(7) .sub {
  width: 250px !important;
}

.nav .sub a {
  display: block;
  padding: 0;
  padding-left: 20px;
  color: #333;
  font-size: 15px;
  line-height: 45px;
  border-bottom: 1px solid #eee;

}

.nav .sub a:last-child {

  border-bottom: none;

}

.nav .sub a:hover {
  color: #BF0614;
  background: #fff;


}

.nav .sub a:last-child:hover {
  border-radius: 0 0 0 10px;

}


.banner img {
  width: 100%;
}

.banner {
  --swiper-navigation-color: #fff;
  /* 设置左右箭头颜色 */
  --swiper-navigation-size: 50px;
  /* 设置左右箭头大小 */
  --swiper-theme-color: #fff;
  /* 设置按钮圆点 */

}

.banner .s_img {
  display: none;
}

.banner .l_img {
  display: block;
}

.gong {
  background: #fff;
  margin: 1% 15%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gg {
  width: 65%;
  padding-right: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #eee;


}

.gg_l {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 88%;

}

.gg_l h1 {

  font-size: 18px;
  width: 22%;
  color: #BF0614;
}

.gg_l h1 .iconfont {

  font-size: 28px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

.gg_l .bd {
  width: 78%;
}

.gg_l ul li {
  font-size: 16px;
  line-height: 30px;

}

.gg_l ul li a {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 85%;
  display: block;
}

.gg_l ul li span {
  font-size: 14px;
  color: #999;
  margin-right: 5px;
}

.gg .more {
  width: 12%;
}

.gg .more a {
  color: #999;
}

.gg .more a:hover {
  color: #BF0614;
}

.ser {
  /*width: 24%;*/
  /*height: 40px;*/
  /*line-height: 40px;*/
  /*background: #F3F5F9;*/
  /*border-radius: 30px;*/

  /*display: flex;*/

}

.ser input {
  padding: 0 20px;
  width: 90%;
  height: 40px;
  line-height: 40px;
  background: none;
}

.ser input::placeholder {
  color: #999;
  font-size: 12px;
}

.ser button {
  border: none;
  border-radius: 30px;
  background: none;
  width: 50px;
  height: 40px;
  cursor: pointer;
}

.ser button i {
  font-size: 20px;
  color: #BF0614;
  padding-right: 10px;
}

.main {
  background: #F3F5F9;
  padding: 2% 15%;
}
.gg {
  width: 55%;
  /* padding-right: 5%; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #eee;


}

.gg_l {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 88%;

}

.gg_l h1 {

  font-size: 18px;
  width: 22%;
  color: #BF0614;
}

.gg_l h1 .iconfont {

  font-size: 28px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

.gg_l .bd {
  width: 78%;
}

.gg_l ul li {
  font-size: 16px;
  line-height: 30px;

}

.gg_l ul li a {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 85%;
  display: block;
}

.gg_l ul li span {
  font-size: 14px;
  color: #999;
  margin-right: 5px;
}

.gg .more {
  width: 12%;
}

.gg .more a {
  color: #999;
}

.gg .more a:hover {
  color: #BF0614;
}

.ser {
  width: 44%;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.gjz,
.sjd,
.tj {
  display: flex;
  align-items: center;
}


.ser input {
  padding: 0 10px;
  width: 45%;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
  background: #fafafa;
  border-radius: 5px;
  border: 1px solid #F3F5F9;
}

.ser input::placeholder {
  color: #999;
  font-size: 12px;
}

.ser button {
  border: none;
  border-radius: 5px;
  background: none;
  width: 50px;
  height: 35px;
  background: #BF0614;
  cursor: pointer;
  border: 1px solid #BF0614;
}

.ser button:hover {
  opacity: .8;
}

.ser button i {
  font-size: 18px;
  color: #fff;

}

.ser .cz {
  background: #f5f5f5;
  border: 1px solid #eee;
  margin-left: 5px;
  font-size: 14px;
}

.main1 {
  display: flex;
  background: #fff;
  border-radius: 5px;
  justify-content: space-between;
  /*align-items: center;*/
}

.news_pic {
  position: relative;
  width: 48%;
  border-radius: 5px;
}

.news_pic .pic {
  position: relative;
  z-index: 0;
}

.news_pic .pic p {
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  color: #fff;
  text-indent: 20px;
  border-radius: 0 0 5px 5px;

}

.news_pic .pic p span {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
  display: block;
}

.news_pic .pic li a {
  width: 100%;
  overflow: hidden;
  display: block;
}

.news_pic .pic li img {
  width: 100%;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  transition: -webkit-transform .5s;
  transition: transform .5s;
}

.news_pic .pic li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news_pic .hd {
  width: 100%;
  position: absolute;
  bottom: 20px;
  right: 10px;
  text-align: right;
  font-size: 0;
  z-index: 1;
  border-radius: 5px;
}

.news_pic .hd li {
  margin: 0 3px;
  background: #fff;
  height: 8px;
  overflow: hidden;
  width: 8px;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  transition: all 0.5s;
}

.news_pic .hd .on {
  background: #E4221B;
  padding: 0 10px;
  transition: all 0.5s;
}

.xin {
  width: 48%;
  position: relative;
  padding-right: 2%;

}

.xin .tab_bt {
  position: relative;
}

.xin .tab_bt .more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 70px;
}

.xin .tab_bt .more a {
  color: #999;
}

.xin .tab_bt .more a:hover {
  color: #BF0614;
}

.xin .tab_bt ul {
  font-size: 19px;
  line-height: 60px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;

  margin-bottom: 15px;
}

.xin .tab_bt li {
  margin-right: 5%;
}

.xin .tab_bt li:hover,
.xin .tab_bt li.current {
  color: #BF0614;
  border-bottom: 4px solid #BF0614;
  cursor:pointer;
}

.xin .tab_con {
  width: 70%;
}

.xin .tab_bt .more {
  display: none;
}

.xin .tab_con .list {
  display: none;
}

.xin .tab_con ul {

  font-size: 16px;
  line-height: 50px;
}



.xin .tab_con ul li {

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.xin .tab_con ul li a {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 65%;
  position: relative;
  padding-left: 18px;
}

.xin .tab_con ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #ddd;
}

.xin .tab_con ul li span {
  font-size: 15px;
  color: #999;


}

.xin .ad {
  position: absolute;
  right: 2%;
  top: 90px;
  width: 28%;

}

.xin .ad img {

  width: 100%;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  margin-bottom: 12%;

}


.xin .ad img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.banner2,
.banner3 {
  margin: 2% auto;
  --swiper-theme-color: white;
}

.banner2 img,
.banner3 img {
  border-radius: 5px;
  width: 100%;
}

.main2 {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
}

.main2_l {

  width: 28%;
  background-color: #fff;
  padding: 0 2% 2% 2%;
}

.main2_l h1 {
  line-height: 60px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.main2_l h1 span {
  color: #BF0614;
  font-size: 19px;

  display: block;

  border-bottom: 4px solid #BF0614;
}

.main2_l h1 a {
  color: #999;
  font-size: 14px;
  font-weight: normal;
}

.main2_l h1 a:hover {
  color: #BF0614;
}

.main2_l dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.main2_l dl dt {
  width: 40%;

}

.main2_l dl dt img {
  width: 100%;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  transition: -webkit-transform .5s;
  transition: transform .5s;
}


.main2_l dl dt img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main2_l dl dd {
  font-size: 16px;
  width: 55%;
  line-height: 30px;
}

.main2_l dl dd a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main2_l dl dd span {
  font-size: 15px;
  color: #999;


}

.main2_l ul {

  font-size: 16px;
  line-height: 40px;
}



.main2_l ul li {

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main2_l ul li a {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 65%;
  position: relative;
  padding-left: 18px;
}

.main2_l ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #ddd;
}

.main2_l ul li span {
  font-size: 15px;
  color: #999;


}

.main3 {
  margin: 2% 15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main3 .feng {
  width: 62%;
  border: 1px solid #eee;
  padding: 0 2% 2% 2%;
}

.main3 .zou {
  width: 28%;
  border: 1px solid #eee;
  padding: 0 2% 2% 2%;
}

.main3 .zou ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.main3 .zou ul li {
  width: 48%;
  background-color: #F3F5F9;
  border-radius: 5px;
  margin-bottom: 10px;
}

.main3 .zou ul li:nth-child(3),
.main3 .zou ul li:last-child {
  margin-bottom: 0;
}

.main3 .zou ul li a {
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 7% 0;
}


.main3 .zou ul li a i {
  display: block;
  font-size: 32px;
  color: #BF0614;
  transition: -webkit-transform .5s;
  transition: transform .5s;
}

.main3 .zou ul li:hover {

  background-color: #BF0614;

}

.main3 .zou ul li:hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.main3 .zou ul li:hover a,
.main3 .zou ul li:hover a i {
  color: #fff;
}

.main3 h1 {
  line-height: 60px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.main3 h1 span {
  color: #BF0614;
  font-size: 19px;

  display: block;

  border-bottom: 4px solid #BF0614;
}

.main3 h1 a {
  color: #999;
  font-size: 14px;
  font-weight: normal;
}

.main3 h1 a:hover {
  color: #BF0614;
}

.banner4 img {
  width: 100%;
  border-radius: 5px;
}

.banner4 {
  --swiper-navigation-color: #BF0614;
  /* 设置左右箭头颜色 */
  --swiper-navigation-size: 40px;
  /* 设置左右箭头大小 */
  --swiper-theme-color: #fff;
  /* 设置按钮圆点 */
}

.footer {
  background: #F3F5F9 url(../images/bg3.png) no-repeat top center;
  background-size: cover;
  padding: 2% 15%;
  display: flex;
  justify-content: space-between;


}

.footer dl {
  font-size: 14px;
  line-height: 35px;
  width: 10%;
  overflow: hidden;
}

.footer dl dt {
  font-weight: bold;
  font-size: 18px;
  color: #BF0614;
}

.footer dl dd a {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  position: relative;
  padding-left: 12px;
  display: block;
}

.footer dl dd a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 4px;
  height: 4px;
  background: #BF0614;
}

.cop {
  height: 55px;
  line-height: 54px;
  background: #333;
  font-size: 14px;
  text-align: center;
  display: flex;
  color: #fff;
  justify-content: space-between;
}

.cop_l {
  background: #666;
  width: 50%;
  text-align: left;
  padding-left: 15%;

}

.cop_r {
  text-align: left;
  width: 19%;
  padding-left: 1%;
  padding-right: 15%;

  position: relative;

}

.cop_r .lj_bt {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.cop_r span .iconfont {
  margin-right: 5px;
}

.cop_r .iconfont {
  vertical-align: middle;
}

.cop_r:hover {
  background: #BF0614;
  cursor: pointer;
}

.cop_r .lj_list {
  position: absolute;
  bottom: 55px;
  width: 97%;
  left: 0;
  background: #fff;
  line-height: 30px;
  font-size: 10px;
  color: #999;
  padding: 10px 0;
  padding-left: 3%;
  display: none;

}

.cop_r .lj_list a {
  margin: 0 5px;
  font-size: 13px;
}

.cop_r .icon-xljt {

  transition: -webkit-transform .5s;
  transition: transform .5s;

}

.cop_r:hover .icon-xljt {
  transform: rotateX(180deg);
}



.n_banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.n_banner h2 {
  color: #fff;
  font-size: 38px;
}

.n_banner p {
  color: #fff;
  font-size: 30px;
}

/**列表页样式**/

.box {
  background: #F3F5F9;
}

.site {
  margin: 0 15%;
  padding-top: 1%;
  font-size: 16px;
}

.site i {
  margin: 0 10px;
}

.news_list {
  padding: 1% 15%;
  display: flex;
}

.news_list .list_l {
  width: 250px;
  margin-right: 2%;

}

.news_list .list_l h1 {
  background: #BF0614;
  /* background-size: 65%; */
  font-size: 26px;
  text-align: center;
  line-height: 100px;
  color: #fff;
  position: relative;
}

.news_list .list_l h1 img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}

.news_list .list_l h1 p {
  z-index: 99;
  position: inherit;

}

.news_list .list_l ul {
  line-height: 70px;
  font-size: 18px;
  background: #fff url(../images/ren.png) no-repeat right bottom;
  background-size: 20%;
  text-align: center;
}

.news_list .list_l ul li {
  border-bottom: 1px solid #eee;
  border-left: 3px solid #fff;

}
.news_list .list_l ul li a {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}

.news_list .list_l ul li:hover,
.news_list .list_l ul li.current {
  border-left: 3px solid #BF0614;
}

.news_list .list_l ul li:hover a,
.news_list .list_l ul li.current a {
  color: #BF0614;
}

.news_list .list_l ul li:last-child {
  border-bottom: none;
}

.list_r,
.about,
.pic_r {
  background: #fff;
  padding: 2%;
  flex: 1;
  line-height: 50px;
}
.pic_r ul:after {
      display: block;
      content: "";
      width: 31%;
      height: 0px;
    }
    .pic_r ul li p {
	    line-height: 50px;
	    text-align: center;
	    font-size: 16px;
	    overflow-x: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    width: 100%;
	}

.list_r ul li {
  font-size: 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list_r ul li a {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
  position: relative;
  padding-left: 18px;
}

.list_r ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #ddd;
}

.list_r ul li span {
  font-size: 14px;
  color: #999;
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin-top: 30px;
}

.page_l a {

  margin: 0 5px;
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border-radius: 5px;

  border: 1px solid #eee;

}

.page_l a.current,
.page_l a:hover {

  background: #BF0614;
  color: #fff;
  border: 1px solid #BF0614;
}

.tz select {
  margin: 0 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #eee;
  outline: none;
  padding: 0;
}

.pic_r ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.pic_r ul li {
  width: 31%;

}

.pic_r ul li img {

  width: 100%;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  transition: -webkit-transform .5s;
  transition: transform .5s;

}

.pic_r ul li img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pic_r ul li p {
  line-height: 50px;
  text-align: center;
  font-size: 16px;

}

.detail {

  margin: 1% 15% 0% 15%;
  background: #fff;
  padding: 2%;

}

.detail dl {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.detail dl dt {
  font-size: 24px;
  text-align: center;
  line-height: 35px;
  margin: 0 15%;
  padding-bottom: 20px;
}

.detail dl dd {
  font-size: 14px;
  text-align: center;
}

.detail dl dd span {
  margin: 0 10px;
  color: #999;

}

.content {
  font-size: 16px;
  line-height: 35px;
}
.content img {
  width: 800px;
}

.about p {
  font-size: 16px;
  text-indent: 2em;
  line-height: 35px;
  margin-bottom: 20px;

}
.news_list {
  justify-content: space-between;
}

.news_list .list_l {
  width: 20%;
  margin-right: 0;
}

.list_r,
.about,
.pic_r {
  flex: none;
  width: 74%;
}

.banner5 {
  --swiper-navigation-color: #BF0614;
  /* 设置左右箭头颜色 */
  --swiper-navigation-size: 40px;
  /* 设置左右箭头大小 */
  --swiper-theme-color: #fff;
  /* 设置按钮圆点 */
  margin-bottom: 30px;
}

.banner5 img {
  width: 100%;
  border-radius: 5px;
}

.page {
  display: inherit;

}

.page ul {

  display: flex;
  justify-content: center;

}

.page ul li {
  border-bottom: none;
  width: auto;
}
.page ul li:first-child a
{
  white-space: inherit;
}

.page ul li a {
  margin: 0 5px;
  width: auto;
  min-width: 40px;
  padding: 0 5px;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #eee;
  white-space: inherit;
}

.page ul li a::after {
  width: 0;
}

.page ul li.active a,
.page ul li a:hover {

  background: #BF0614;
  color: #fff;
  border: 1px solid #BF0614;
}

.xin .tab_bt li .more {
  display: none;

}

.xin .tab_bt li.current .more {
  display: block;
}

.list_r2 {

  width: 74%;
  background: #fff;
  padding: 2%;

}

.list_r2 .zt li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.list_r2 .zt li .zt_l {
  width: 25%;
}

.list_r2 .zt li .zt_l img {
  width: 100%;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  transition: -webkit-transform .5s;
  transition: transform .5s;
}


.list_r2 .zt li .zt_l:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.list_r2 .zt li .zt_r {
  width: 73%;
  border-radius: 5px;

}

.list_r2 .zt li .zt_r h2 {
  font-size: 18px;
  color: #BF0614;


}

.list_r2 .zt li .zt_r p {
  font-size: 14px;
  color: #666;
  margin: 10px 0;
  text-indent: 2em;
  line-height: 25px;

}

.list_r2 .zt li .zt_r span {
  font-size: 14px;
  color: #999;

}
</pre></body></html>